Search results

9 articles found matching your search request ‘classifier functions’…

  • …I promised you more 3-output classifier functions like the BUY-SELL-WAIT function of the previous … post. Well, designing 3-output classifier functions that worked well was not very hard and I ended up … As I said earlier, coming up with good 3-output classifier functions was relatively easy and I thought it would be a …

    Posted , Author

  • …journals… and now blog posts. The new elastic classifier functions are an example of flash inspiration that just … that are elastic versions of the 3-output classifier functions described in the posts "Function Design: The … Function" and "Function Design: More 3-Output Classifier Functions". So, the first elastic classifier function in …

    Posted , Author

  • …I can use the same idea to design 4-6 output classifier functions of 2, 3, 4,… n arguments! For functions of 2 … And there's yet another way of creating classifier functions exploring the same idea! For example, for … The BUY-SELL-WAIT Function" and the 3-output classifier functions described in the post "Function Design: More … 3-Output Classifier Functions". And similarly for functions of 4 arguments: we … in the post "Function Design: More 3-Output Classifier Functions". And what's really interesting is that I wasn't …

    Posted , Author

  • …makes sense to show the code for all these new classifier functions in C++. But GeneXproTools translates … These functions include not only the new classifier functions we've been talking about, but also new Step and … with just 3 functions, namely the 3-output classifier functions described in the posts "Function Design: The … Function" and "Function Design: More 3-Output Classifier Functions": from math import * def gepModel(d):     y = 0.0 …

    Posted , Author

  • …Both the new classifier functions and the new linking functions introduced with … in GeneXproTools. For example, the new classifier functions of 2-6 discrete outputs greatly simplify the … for the model outputs. Furthermore, these new classifier functions can be used both in unigenic and multigenic … problem and on the data. For example, all the new classifier functions of 3-6 outputs perform great on the Iris dataset … problems where these new 3-6 output classifier functions work well, you can either use these new discrete …

    Posted , Author

  • …recap, we are still trying to design 3-6 output classifier functions that work well both at the root level of a single … my previous post "Function Design: 4-6 Output Classifier Functions")! And I was so disheartened the first time I … Can I ever dream of designing 4-6 output classifier functions that could match their performance? (I must …

    Posted , Author

  • …mini-release include a total of 6 discrete output classifier functions of 2 and 3 outputs. All these functions showed … Function". The other two are the new 3-output classifier functions CL3B and CL3C introduced in the post "Function … Design: More 3-Output Classifier Functions". In the binary category, we also added 3 new …

    Posted , Author

  • …I'll describe the other new class of discrete classifier functions: the elastic classifier functions introduced for …

    Posted , Author

  • …needed to come up with good 4-6 discrete output classifier functions. I first started my exploration with functions of …

    Posted , Author